Skip to main content

Networks

Available Networks

To receive a list of available networks, it is necessary to make a GET request to the end-point following the following structure.

URL

https://api.bembit.com/api/v1/quotation/networks

Method

GET
Important

This end-point does not require any parameters.

Response Body:

[
{
"id": 56,
"name": "BSC"
}
]
  • id: The ID of the Blockchain(network) supporting the trading pair.
  • name: Token name.

See and test our API on Swagger.