Skip to main content
POST
/
agents
/
{id}
/
fund
Fund agent card (adds to wallet balance)
curl --request POST \
  --url https://api.getovra.com/agents/{id}/fund \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123
}'
{
  "agentId": "<string>",
  "amount": 123,
  "walletBalanceEuros": 123,
  "cardBalanceEuros": 123
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Headers

Idempotency-Key
string

Unique key for idempotent request handling

Path Parameters

id
string
required

Body

application/json
amount
number
required

Response

Funding successful

agentId
string
amount
number
walletBalanceEuros
number
cardBalanceEuros
number