Update token metadata

post
/v1/tokens/update_metadata
Body
chain_idinteger · int64Required

The chain id of the transaction.

Example: 1212101
namestringRequired

The name of the token.

Example: TEST Stablecoin
nonceinteger · int64Required

The nonce of the transaction.

Example: 0
tokenstringRequired

The token address to set the metadata.

Example: 0x6ADE9688A44D058fF181Ed64ddFAFbBE5CC742Ac
uristringRequired

The uri of the token.

Example: https://test.com
Responses
chevron-right
200Success
application/json

Represents a transaction hash returned by the API.

hashstringRequiredExample: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
post
/v1/tokens/update_metadata

Last updated