LogoLogo
  • Introduction
  • Get started
  • Trading Account
  • Signing
  • REST API
    • Account
      • Get Account Info
      • Get Positions
      • Get ABR payments
    • Market
      • Get Markets
      • Get Assets
      • Get Orderbook
    • Trade
      • Create Order
      • Cancel Order
      • Query order
      • List historical orders
      • List active orders
      • Trade list
    • Time
  • Web Sockets
    • Authentication
    • Connectivity check
    • Subscription
    • Public topics
      • trade
      • marketInfo
      • orderBook
      • accountCreated
      • kline
    • Private topics
      • conditionalOrder
      • balance
      • order
      • fill
  • Glossary
Powered by GitBook
On this page
  1. REST API
  2. Market

Get Assets

PreviousGet MarketsNextGet Orderbook

Last updated 1 year ago

get
Responses
200Success
application/json
get
GET /v1/public/assets HTTP/1.1
Host: 
Accept: */*
200Success
[
  {
    "id": "USDC",
    "version": 1,
    "shortName": "USDC",
    "isTradable": true,
    "isCollateral": true,
    "l2Address": "text",
    "decimals": 1,
    "metadataUrl": "text",
    "metadata": {}
  }
]