Get project TonAPI tokens
Query parameters
Project ID
Response
Project TonAPI tokens
Example response
{
"items": [
{
"id": 1,
"name": "My token",
"limit_rps": 5,
"token": "AE5TZRWIIOR2O2YAAAAGFP2HEWFZJYBP222A567CBF6JIL7S4RIZSCOAZRZOEW7AKMRICGQ",
"date_create": 1690889913000
}
]
}Changes
Changed in 5 of the 50 revisions of this API.23
- ○
removed the
mempoolenum value from theitems/items/capabilities/items/response property for the response status200response-property-enum-value-removed
- ○
- ●
added the new
mempoolenum value to theitems/items/capabilities/items/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
cocoonenum value to theitems/items/capabilities/items/response property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
items/items/capabilitiesto the response with the200statusresponse-optional-property-added
- ○
- ○
added the required property
items/items/originsto the response with the200statusresponse-required-property-added
- ○