Overview

Base URL

Environment
URL

Production

https://rest-api.tokenbot.com/v1

Development

https://rest-api-dev.tokenbot.com/v1

Authentication

All endpoints require authentication via X-API-Key header or Authorization: Bearer <jwt> header. See Authentication.

Pagination

List endpoints support pagination:

Parameter
Type
Default
Description

limit

integer

20

Items per page (max 100)

offset

integer

0

Number of items to skip

Sorting

Parameter
Type
Description

sort

string

Field to sort by

order

string

asc or desc

Endpoints

Resource
Path
Documentation

Health

/v1/health

Me

/v1/me

Exchanges

/v1/exchanges

Strategies

/v1/strategies

Copiers

/v1/copiers

Trades

/v1/trades

Trade Pairs

/v1/trade-pairs

Notifications

/v1/notifications

Settings

/v1/settings

Rewards

/v1/rewards

Withdrawals

/v1/withdrawals

API Keys

/v1/api-keys

Supported Exchanges

/v1/supported-exchanges

Health

GET /v1/health

Basic health check.

GET /v1/health/detailed

Detailed health check with service status.

Me

GET /v1/me

Returns the authenticated user's profile.

Last updated

Was this helpful?