LogoUnreal OpenAI Router
API Reference/V1/Auth/Address

Get OpenAI service address

Returns the OpenAI service wallet address and chain information

GET
/v1/auth/address

Response Body

curl -X GET "https://openai.unreal.art/v1/auth/address"
{
  "address": "0x1234567890abcdef1234567890abcdef12345678",
  "chain": {
    "id": 1,
    "name": "Ethereum"
  }
}
{
  "error": "System Error: OPENAI Address not set"
}