Skip to content

Changelog API 2025-11-05 ​

GET /accounts πŸ”— ​

Changes
  • added the required property '/allOf[subschema #2]/data/items/items/card_info/oneOf[#/components/schemas/CardResponse]/card_tariff_id' to the response with the '200' status
  • added the required property '/allOf[subschema #2]/data/items/items/team_info/oneOf[#/components/schemas/ShortTeamUserResponse]/name' to the response with the '200' status
  • added the required property '/allOf[subschema #2]/data/related_team_accounts/items/card_info/oneOf[#/components/schemas/CardResponse]/card_tariff_id' to the response with the '200' status
  • added the required property '/allOf[subschema #2]/data/related_team_accounts/items/team_info/oneOf[#/components/schemas/ShortTeamUserResponse]/name' to the response with the '200' status

❗ GET /card-bins πŸ”— ​

Changes
  • ⚠️ BREAKING: deleted the 'query' request parameter 'sort_by'
  • ⚠️ BREAKING: deleted the 'query' request parameter 'system'
  • removed the non-success response with the status '422'

GET /card/{cardUuid} πŸ”— ​

Changes
  • added the required property '/allOf[subschema #2]/data/card_tariff_id' to the response with the '200' status

GET /dictionary/fees πŸ”— ​

Changes
  • removed the 'external-withdraw-bank-card' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'external-withdraw-btc' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'external-withdraw-eth' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'external-withdraw-usdc-erc20' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'external-withdraw-usdt-erc20' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'referral-cpa' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'referral-fixed' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'referral-progressive' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'search-reset' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'
  • removed the 'search-reset-back' enum value from the '/allOf[subschema #2]/data/fees/items/type' response property for the response status '200'

❗ GET /transaction/report πŸ”— ​

Changes
  • ⚠️ BREAKING: added '#/components/schemas/ReportTypeEnum' to the '/allOf[subschema #2]/data/reports/items/type' response property 'oneOf' list for the response status '200'
  • ⚠️ BREAKING: the '/allOf[subschema #2]/data/reports/items/type' response's property type/format changed from 'string'/'' to ''/'' for status '200'

GET /transaction/{transactionUuid} πŸ”— ​

Changes
  • added the required property '/allOf[subschema #2]/data/fee_transaction' to the response with the '200' status