b2b.daowallet
Search…
b2b.daowallet
B2B daowallet
Getting started
Registration
Approach
API keys
Authorization
Callbacks
Service limits
Company limits
Balance
Current balance
Balance history
Exchange
Crypto payment
Rates
Generate address
Withdrawal crypto
Invoice
Create
Status
Fiat payment
Generate link for fiat payment
Fee
Approximate fee
Sub accounts (deprecated)
List
Create
History
Exchange
Websocket
Rates
Powered By
GitBook
Rates
You can get indicative rate
get
https://b2b.test.daowallet.com/api
/v2/crypto-action/rate
Get rate
CURL Example
1
curl
"https://b2b.test.daowallet.com/api/v2/crypto-action/rate?currency_from=BTC¤cy_to=EUR&amount=2"
\
2
-H
'Content-type: application/json'
\
3
-H
'X-Processing-Key: uUTb2r...hd5dXP'
\
4
-H
'X-Processing-Signature: 7dff...3bdb'
Copied!
For signature use empty javascript object as body {}.
Balance - Previous
Exchange
Next - Crypto payment
Generate address
Last modified
1yr ago
Copy link
Contents
get
Get rate
CURL Example