GETGetMarketsPublic

Get list of available trading markets with configuration.

Response

FieldType
marketsMarket[]

Example

Requesttypescript
import { RealmClient } from '@realm/sdk';
const client = new RealmClient('https://api.realm.com');
const response = await client.getMarkets();
console.log(response);
Responsejson
{
// Response fields
}