Changes to Get Native balance for address

GET /api/v1/portfolio/native-balance

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 12 revisions of this API.505820

  1. bdac7e47d1c235
  2. 86f37d72f0a0502319
  3. 13aade4795091

What changed

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 86f37d72f0a0502319See the full diff
    • the header request parameter x-sdk-version became required

      request-parameter-became-required

    • the query request parameter address became required

      request-parameter-became-required

    • the query request parameter skip became required

      request-parameter-became-required

    • the query request parameter take became required

      request-parameter-became-required

    • removed the enum value AVAX from the query request parameter network

      request-parameter-enum-value-removed

    • removed the enum value FUJI from the query request parameter network

      request-parameter-enum-value-removed

    • removed the enum value SANDBOX from the query request parameter network

      request-parameter-enum-value-removed

    • removed the enum value tBTC from the query request parameter network

      request-parameter-enum-value-removed

    • removed the enum value tETH from the query request parameter network

      request-parameter-enum-value-removed

    • the response's body type/format changed from object/ to / for status 400

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 401

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 403

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 404

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 500

      response-body-type-changed

    • the response property code became optional for the status 400

      response-property-became-optional

    • the response property code became optional for the status 401

      response-property-became-optional

    • the response property code became optional for the status 403

      response-property-became-optional

    • the response property code became optional for the status 404

      response-property-became-optional

    • the response property code became optional for the status 500

      response-property-became-optional

    • the response property message became optional for the status 400

      response-property-became-optional

    • the response property message became optional for the status 401

      response-property-became-optional

    • the response property message became optional for the status 403

      response-property-became-optional

    • the response property message became optional for the status 404

      response-property-became-optional

    • the response property message became optional for the status 500

      response-property-became-optional

    • the balance/items/createdAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the balance/items/updatedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the pagination/skip response's property type/format changed from integer/ to number/ for status 200

      response-property-type-changed

    • the pagination/take response's property type/format changed from integer/ to number/ for status 200

      response-property-type-changed

    • the pagination/totalElements response's property type/format changed from integer/ to number/ for status 200

      response-property-type-changed

    • the pagination/totalPages response's property type/format changed from integer/ to number/ for status 200

      response-property-type-changed

    • removed the required property category from the response with the 400 status

      response-required-property-removed

    • removed the required property category from the response with the 401 status

      response-required-property-removed

    • removed the required property category from the response with the 403 status

      response-required-property-removed

    • removed the required property category from the response with the 404 status

      response-required-property-removed

    • removed the required property category from the response with the 500 status

      response-required-property-removed

    • removed the required property path from the response with the 400 status

      response-required-property-removed

    • removed the required property path from the response with the 401 status

      response-required-property-removed

    • removed the required property path from the response with the 403 status

      response-required-property-removed

    • removed the required property path from the response with the 404 status

      response-required-property-removed

    • removed the required property path from the response with the 500 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 400 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 401 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 403 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 404 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 500 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 400 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 401 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 403 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 404 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 500 status

      response-required-property-removed

    • removed the optional property balance/items/addressId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property balance/items/amount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property balance/items/decimals from the response with the 200 status

      response-optional-property-removed

    • removed the optional property balance/items/symbol from the response with the 200 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 400 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 403 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 404 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 500 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 400 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 401 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 403 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 404 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 500 status

      response-optional-property-removed

    • added the new ERR_006 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_008 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_009 enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_010 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_011 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_019 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_096 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_410 enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_999 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • the endpoint scheme security x-api-key was added to the API

      api-security-added

    • api tag assets added

      api-tag-added

    • api tag Portfolio removed

      api-tag-removed

    • added the new optional query request parameter networkId

      new-optional-request-parameter

    • the query request parameter network became optional

      request-parameter-became-optional

    • for the query request parameter skip, the type/format was generalized from integer/ to number/

      request-parameter-type-generalized

    • for the query request parameter take, the type/format was generalized from integer/ to number/

      request-parameter-type-generalized

    • added ApiErrorResponseDto to the response body allOf list for the response status 400

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 401

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 403

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 404

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 500

      response-body-all-of-added

    • added the optional property balance/items/address to the response with the 200 status

      response-optional-property-added

    • added the optional property balance/items/balance to the response with the 200 status

      response-optional-property-added

    • removed the AVAX enum value from the balance/items/network response property for the response status 200

      response-property-enum-value-removed

    • removed the FUJI enum value from the balance/items/network response property for the response status 200

      response-property-enum-value-removed

    • removed the SANDBOX enum value from the balance/items/network response property for the response status 200

      response-property-enum-value-removed

    • removed the tBTC enum value from the balance/items/network response property for the response status 200

      response-property-enum-value-removed

    • removed the tETH enum value from the balance/items/network response property for the response status 200

      response-property-enum-value-removed

    This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog