AML
Country Data
Crypto
Customer
- 2FA
- AccessControl
- Active Session
- Credentials
- Customer
- Organization
IPG
- IPG Backoffice APIs
- IPG Payment APIs
KYB
- Company
- EIN Verification
- IBAN Verification
- NIF Verification
- Product
- System
- TIN Verification
- VAT Verification
KYC
PEPS
- Default
- GETGet get profile
Smart Contract
- Global Settings
- Rules
- Smart Contract
Wallet
- Admin
- Allowed Operation
- Assets
- Currency
- Currency Pairs
- Dashboard
- Fee
- Limit
- Misc
- Operation Address
- Operation Destination
- Order
- Transactions
- Wallets
Public
Recent Spread Data
POST
/
recentSpreadData
Copy
curl --request POST \
--url https://gateway.varchev.com/crypto/recentSpreadData \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pair": "XBTUSD",
"since": "1613568488"
}'
Copy
{
"error": [],
"result": {
"XXBTZUSD": [
[
1646209508,
"44168.10000",
"44172.90000"
],
[
1646209508,
"44168.30000",
"44172.90000"
],
[
1646209508,
"44168.50000",
"44172.90000"
],
[
1646209508,
"44168.70000",
"44172.90000"
],
[
1646209508,
"44168.30000",
"44172.90000"
],
[
1646209508,
"44164.80000",
"44172.90000"
],
[
1646209508,
"44164.20000",
"44172.90000"
],
[
1646209508,
"44164.90000",
"44172.90000"
],
[
1646209509,
"44164.20000",
"44172.90000"
],
[
1646209509,
"44164.20000",
"44172.80000"
],
[
1646209509,
"44164.30000",
"44172.80000"
],
[
1646209509,
"44164.90000",
"44172.80000"
],
[
1646209509,
"44165.00000",
"44172.80000"
]
],
"last": 1646209535
}
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json · object
Response
200 - application/json
Successful response
The response is of type object
.
Copy
curl --request POST \
--url https://gateway.varchev.com/crypto/recentSpreadData \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pair": "XBTUSD",
"since": "1613568488"
}'
Copy
{
"error": [],
"result": {
"XXBTZUSD": [
[
1646209508,
"44168.10000",
"44172.90000"
],
[
1646209508,
"44168.30000",
"44172.90000"
],
[
1646209508,
"44168.50000",
"44172.90000"
],
[
1646209508,
"44168.70000",
"44172.90000"
],
[
1646209508,
"44168.30000",
"44172.90000"
],
[
1646209508,
"44164.80000",
"44172.90000"
],
[
1646209508,
"44164.20000",
"44172.90000"
],
[
1646209508,
"44164.90000",
"44172.90000"
],
[
1646209509,
"44164.20000",
"44172.90000"
],
[
1646209509,
"44164.20000",
"44172.80000"
],
[
1646209509,
"44164.30000",
"44172.80000"
],
[
1646209509,
"44164.90000",
"44172.80000"
],
[
1646209509,
"44165.00000",
"44172.80000"
]
],
"last": 1646209535
}
}
Assistant
Responses are generated using AI and may contain mistakes.