curl --request POST \
--url https://doc-api.oppiwallet.com/api/v1/createTransactionRequest \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json' \
--data '{
"currency": "6698aec7f188ae24c673da1c",
"amount": "0.01",
"orderId": "ORDER_1"
}'
{
"address": "0x6648C29C6FD8........eD9Eb964c6F838bF",
"amount": "0.0001",
"tag": "2165464",
"transactionId": "0866f8-4a53-4579-9274-351ec868a627"
}
This API is used to create a transaction request for deposit.
curl --request POST \
--url https://doc-api.oppiwallet.com/api/v1/createTransactionRequest \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json' \
--data '{
"currency": "6698aec7f188ae24c673da1c",
"amount": "0.01",
"orderId": "ORDER_1"
}'
{
"address": "0x6648C29C6FD8........eD9Eb964c6F838bF",
"amount": "0.0001",
"tag": "2165464",
"transactionId": "0866f8-4a53-4579-9274-351ec868a627"
}
application/json.curl --request POST \
--url https://doc-api.oppiwallet.com/api/v1/createTransactionRequest \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json' \
--data '{
"currency": "6698aec7f188ae24c673da1c",
"amount": "0.01",
"orderId": "ORDER_1"
}'
{
"address": "0x6648C29C6FD8........eD9Eb964c6F838bF",
"amount": "0.0001",
"tag": "2165464",
"transactionId": "0866f8-4a53-4579-9274-351ec868a627"
}