βΉοΈ/actions
Get the list of supported actions
Name
Value
{
"result": [
{
"name": "transfer",
"description": "Movement of digital assets from one account to another within the blockchain network.",
"parameters": [
{
"name": "receiver",
"type": "string",
"description": "The recipient address",
"mandatory": true
},
{
"name": "token1",
"type": "string",
"description": "The token to transfer",
"mandatory": true
},
{
"name": "amount",
"type": "string",
"description": "The amount of tokens to transfer",
"mandatory": true
},
{
"name": "chain",
"type": "string",
"description": "The blockchain network to use",
"mandatory": false
}
]
},
.....
]Last updated