cURL
curl --request POST \ --url https://{host}/Agent/Tokens/GetContractTokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contractId": "<string>", "offset": 1073741823, "maxCount": 123, "references": true } '
{ "Tokens": {} }
Gets a list of tokens on the Neuron created by a specific contract.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
0 <= x <= 2147483647
x <= 2147483647
Success