GET Widget Blockchains

Get widget blockchains

get

Get widget blockchains

This endpoint is used to get all blockchains supported by widget according to selected asset.

Request

Headers

  • Authorization: Bearer {{ACCESS_TOKEN}}

Response

  • Status: 200 OK

  • Content Type: application/json

Response Body

{
  "data": [
    Enum('ethereum', 'tron', 'binance-smart-chain', 'MATIC', 'bitcoin')
  ]
}
Authorizations
Responses
200
OK
application/json
Responseobject
get
GET /v1/widget/ae4568ef-ac3d-44bb-b2cc-04ffb6d90ab6/assets/TRX/blockchains HTTP/1.1
Host: {{base_url}}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "data": [
    "ethereum",
    "tron"
  ]
}

Last updated

Was this helpful?