Create wallet
POST
/wallets
wallets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://transactions.srblabs.io/api/v1/wallets' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchain": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"organization_id": "string",
"user_id": "string"
}'
Response Response Example
201 - Example 1
{
"address": "string",
"blockchain": "string",
"created_at": "string",
"id": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"organization_id": "string",
"status": "active",
"updated_at": "string",
"user_id": "string"
}
Request
Body Params application/json
Responses
Modified at 2025-04-30 01:06:49