Get fungible token action types
Get a list of fungible token action types
GET /ft-token-action-typesQuery params
None
Sorting
None
Optional properties
None
Response
List of value objects describing the available fungible token action types
Example
curl -X 'GET' \
  'https://api.testnet.cspr.cloud/ft-token-action-types' \
  -H 'accept: application/json' \
  -H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'{
  "data": [
    {
      "id": 1,
      "name": "Mint"
    },
    {
      "id": 2,
      "name": "Transfer"
    },
    {
      "id": 3,
      "name": "Approve"
    },
    {
      "id": 4,
      "name": "Burn"
    }
  ]
}Last updated
