/tokens/:address/:id/uri
GET
/tokens/:address/:id/uri
The /tokens/:address/:id/uri
endpoint retrieves URI data about tokens on any chain.
Headers
None
Path Variables
Name
Mandatory?
Default
Value
:address
Yes
The address of the contract we want URI data for.
:id
Yes
The token Id.
Params
Name
Mandatory?
Default
Value
b
Yes
The chain the contract is on
s
No
0
The token standard for the contract: 0: ERC721 1: ERC1155
Response Body
The response body will be whatever is defined in the target for the URI for that token on that chain. An example is provided below.
Example Request
Response
Last updated