Block Funds
An escrow function to prevent clients from withdrawing or transferring a specified amount. The remaining amount users can still make a withdrawal or transfer.
Create
/api/block/create
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"request_id": "619245bf7cffd"
}{
"code": 500,
"error": "invalid_arguments",
"message": "The method was called with invalid arguments."
}{
"app_id": "5db2a50be7626",
"amount": "30",
"notes": "text"
}Cancel
/api/block/cancel
Headers
Name
Type
Description
Request Body
Name
Type
Description
Action
/api/block/action
Headers
Name
Type
Description
Request Body
Name
Type
Description
Query
/api/block/query
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?