Get Started
Platform
Peer 2 Peer
Bucket
- POSTPreview Bucket Withdraw Transaction
- POSTExecute Bucket Withdraw Transaction
- POSTConfirm Bucket Withdraw Transaction
- POSTPreview Bucket Deposit Transaction
- POSTExecute Bucket Deposit Transaction
- POSTConfirm Bucket Deposit Transaction
- POSTCreate Bucket Cash Deposit Transaction
- GETGet Bucket Transaction List
- GETGet Bucket Transaction Detail
- PATCHCancel Bucket Transaction
- DELDelete A Bucket Request
- DELDelete A Bucket Confirmation
- GETGet Bucket List
- POSTCreate A Bucket
- GETGet Bucket Details
- PATCHUpdate A Bucket
- PATCHUpdate A Bucket Security method
- GETGet Bucket Balance
- POSTGenerate Checkout
- PATCHUpdate Checkout
- GETGet CheckOut List
- GETGet CheckOut Details
Bucket
Execute Bucket Withdraw Transaction
Execute Bucket Withdraw Transaction
POST
/
v1
/
bucket
/
b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1
/
withdraw
/
execute
/
tr_token_a2a7286d0625617cf11efa6b7e3737a420d55fc5510d81114ede94a25fa4ca494c19a1f5d90d38ceb9492652440b693d5bbf9dbf4ae0109f79e0081cf035f648
Copy
curl --request POST \
--url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/withdraw/execute/tr_token_a2a7286d0625617cf11efa6b7e3737a420d55fc5510d81114ede94a25fa4ca494c19a1f5d90d38ceb9492652440b693d5bbf9dbf4ae0109f79e0081cf035f648 \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"desc": "Concurrency: If your application experiences concurrent updates, the fetched oldValue might not be entirely accurate if another update occurs between the select and update queries.",
"message": "This is my contribution man.",
"organisation": "ROKCEL",
"text": "When working with Drizzle ORM and needing to retrieve the old value of a column during an update operation, you'\''ll generally need to employ a strategy that involves fetching the record'\''s current state before applying the update.",
"user_id": "b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1"
}
}'
Headers
Example:
"{{APP_TOKEN}}"
Query Parameters
Example:
"89563"
Body
application/json
Copy
curl --request POST \
--url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/withdraw/execute/tr_token_a2a7286d0625617cf11efa6b7e3737a420d55fc5510d81114ede94a25fa4ca494c19a1f5d90d38ceb9492652440b693d5bbf9dbf4ae0109f79e0081cf035f648 \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"desc": "Concurrency: If your application experiences concurrent updates, the fetched oldValue might not be entirely accurate if another update occurs between the select and update queries.",
"message": "This is my contribution man.",
"organisation": "ROKCEL",
"text": "When working with Drizzle ORM and needing to retrieve the old value of a column during an update operation, you'\''ll generally need to employ a strategy that involves fetching the record'\''s current state before applying the update.",
"user_id": "b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1"
}
}'
Assistant
Responses are generated using AI and may contain mistakes.