For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configurações globais

Moedas

get
Responses
200

OK

application/json
get/currencies
GET /currencies HTTP/1.1
Accept: */*
200

OK

{
  "data": []
}

Países

get
Responses
200

OK

application/json
get/countries
GET /countries HTTP/1.1
Accept: */*
200

OK

{
  "data": []
}

Last updated