Skip to main content
POST
/
api
/
public
/
v1
/
operations
/
internal
curl --request POST \
  --url https://api.wallbit.io/api/public/v1/operations/internal \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "currency": "USD",
  "from": "DEFAULT",
  "to": "INVESTMENT",
  "amount": 100
}
'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type_id": "TRADE",
  "source_currency": {
    "code": "<string>",
    "alias": "<string>"
  },
  "dest_currency": {
    "code": "<string>",
    "alias": "<string>"
  },
  "source_amount": 123,
  "dest_amount": 123,
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "comment": "<string>"
}

Authorizations

X-API-Key
string
header
required

API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.

Body

application/json
currency
string
required

Código de moneda

Example:

"USD"

from
enum<string>
required

Cuenta de origen

Available options:
DEFAULT,
INVESTMENT
Example:

"DEFAULT"

to
enum<string>
required

Cuenta de destino

Available options:
DEFAULT,
INVESTMENT
Example:

"INVESTMENT"

amount
number<float>
required

Monto a transferir

Required range: 1 <= x <= 999999
Example:

100

Response

Operation completed successfully

uuid
string<uuid>

Transaction unique identifier

type_id
string

Transaction type

Example:

"TRADE"

source_currency
object
dest_currency
object
source_amount
number<float>

Source amount

dest_amount
number<float>

Destination amount

status
string

Transaction status

created_at
string<date-time>

Creation timestamp

comment
string | null

Optional comment