cURL
curl --request POST \ --url https://api.monigo.co/v1/wallets \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "currency": "<string>", "customer_id": "<string>" } '
{}
Retrieves an existing wallet for the customer/currency pair or creates one
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Wallet details
OK
The response is of type object.
object