/api/tokens
Was this helpful?
Get full information for a single token using its ID.
GET /api/tokens/{id} HTTP/1.1 Host: api.rair.market Accept: */*
OK
No content
Get full information for a single token using numerical values instead of IDs.
GET /api/tokens/{number}?contract=text&product=text&offerPool=text&offers=text HTTP/1.1 Host: api.rair.market Accept: */*