GET v1/platforms

Provides a list of supported blockchains

Input parameters

None

Response Options

NameData TypeDescription

platforms

array

An array of supported networks.

chainId

int

The blockchain network ID.

shortname

str

The short name of the blockchain network.

name

str

The full name of the blockchain network.

Request Example

https://api.yad.finance/v1/platforms

Response Example

{
  "platforms": [
    {
      "chainId": 1,
      "name": "Ethereum",
      "shortname": "ETH"
    },
    {
      "chainId": 10,
      "name": "Optimistic Ethereum",
      "shortname": "Optimism"
    },
    {
      "chainId": 56,
      "name": "BNB Smart Chain",
      "shortname": "BSC"
    }
  ]
}

Last updated

Change request #88: