Module: NOWPayments::API::Status
- Included in:
- Client
- Defined in:
- lib/nowpayments/api/status.rb
Overview
Status and utility endpoints
Instance Method Summary collapse
-
#status ⇒ Hash
Check API status GET /v1/status.
Instance Method Details
#status ⇒ Hash
Check API status GET /v1/status
10 11 12 |
# File 'lib/nowpayments/api/status.rb', line 10 def status get("status").body end |